home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / dexter.swf / scripts / DefineButton2_236 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-10-24  |  260 b   |  18 lines

  1. on(release){
  2.    if(getProperty("jar", _currentframe) == "1")
  3.    {
  4.       tellTarget("jar")
  5.       {
  6.          gotoAndPlay(2);
  7.       }
  8.    }
  9.    else
  10.    {
  11.       tellTarget("jar")
  12.       {
  13.          gotoAndStop("stop");
  14.          play();
  15.       }
  16.    }
  17. }
  18.